-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
201 cryptolib add tm support #199
Conversation
…o TO appdata where the frame is stored otherwise
Codecov Report
@@ Coverage Diff @@
## dev #199 +/- ##
==========================================
- Coverage 85.54% 85.20% -0.35%
==========================================
Files 32 32
Lines 7861 7906 +45
==========================================
+ Hits 6725 6736 +11
- Misses 1136 1170 +34
|
Crypto_Config_Add_Gvcid_Managed_Parameter(0, 0x002c, 0, TM_HAS_FECF, TM_SEGMENT_HDRS_NA, 1786); | ||
Crypto_Config_Add_Gvcid_Managed_Parameter(0, 0x0003, 0, TM_HAS_FECF, TM_SEGMENT_HDRS_NA, 1786); | ||
Crypto_Config_Add_Gvcid_Managed_Parameter(0, 0x002c, 0, TM_NO_FECF, TM_SEGMENT_HDRS_NA, 1786); | ||
Crypto_Config_Add_Gvcid_Managed_Parameter(0, 0x0042, 0, TM_NO_FECF, TM_SEGMENT_HDRS_NA, 1786); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these impact our default SA assumptions for later testing with KMC?
"reset - Reset CryptoLib \n" | ||
"tc - Toggle TC debug prints \n" | ||
"tm - Toggle TM debug prints \n" | ||
"vcid # - Change active TC virtual channel \n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line spawned a thought, how would we change the active TM virtual channel in FSW?
No description provided.